StoreAndForward


TODO: REPLACE
Protobuf type meshtastic.StoreAndForward

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , StoreAndForwardProtos.StoreAndForwardOrBuilder

TODO: REPLACE
Protobuf type meshtastic.StoreAndForward
Link copied to clipboard

TODO: REPLACE
Protobuf type meshtastic.StoreAndForward.Heartbeat
Link copied to clipboard
interface HeartbeatOrBuilder : MessageOrBuilder
Link copied to clipboard

TODO: REPLACE
Protobuf type meshtastic.StoreAndForward.History
Link copied to clipboard
interface HistoryOrBuilder : MessageOrBuilder
Link copied to clipboard
enum RequestResponse : ProtocolMessageEnum

001 - 063 = From Router
064 - 127 = From Client
Protobuf enum meshtastic.StoreAndForward.RequestResponse
Link copied to clipboard

TODO: REPLACE
Protobuf type meshtastic.StoreAndForward.Statistics
Link copied to clipboard
interface StatisticsOrBuilder : MessageOrBuilder
Link copied to clipboard
enum VariantCase : Internal.EnumLite, AbstractMessageLite.InternalOneOfEnum

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard

TODO: REPLACE
.meshtastic.StoreAndForward.Heartbeat heartbeat = 4;
Link copied to clipboard

TODO: REPLACE
.meshtastic.StoreAndForward.Heartbeat heartbeat = 4;
Link copied to clipboard

TODO: REPLACE
.meshtastic.StoreAndForward.History history = 3;
Link copied to clipboard

TODO: REPLACE
.meshtastic.StoreAndForward.History history = 3;
Link copied to clipboard
Link copied to clipboard

TODO: REPLACE
.meshtastic.StoreAndForward.RequestResponse rr = 1;
Link copied to clipboard
open fun getRrValue(): Int

TODO: REPLACE
.meshtastic.StoreAndForward.RequestResponse rr = 1;
Link copied to clipboard
Link copied to clipboard

TODO: REPLACE
.meshtastic.StoreAndForward.Statistics stats = 2;
Link copied to clipboard

TODO: REPLACE
.meshtastic.StoreAndForward.Statistics stats = 2;
Link copied to clipboard
open fun getText(): ByteString

Text from history message.
bytes text = 5;
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun hasHeartbeat(): Boolean

TODO: REPLACE
.meshtastic.StoreAndForward.Heartbeat heartbeat = 4;
Link copied to clipboard
open fun hasHistory(): Boolean

TODO: REPLACE
.meshtastic.StoreAndForward.History history = 3;
Link copied to clipboard
open fun hasStats(): Boolean

TODO: REPLACE
.meshtastic.StoreAndForward.Statistics stats = 2;
Link copied to clipboard
open fun hasText(): Boolean

Text from history message.
bytes text = 5;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseFrom(input: CodedInputStream): StoreAndForwardProtos.StoreAndForward
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)